home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / biz / patch / dpaint4_6patch.readme < prev    next >
Encoding:
Text File  |  1993-05-09  |  2.7 KB  |  98 lines

  1. Short: Patches small bug in Dpaint 4.6
  2. uploader: dgriff@unixg.ubc.ca
  3.  
  4.                            Dpaint 4.6 Patcher
  5.                            ------------------
  6.                          (C) 1993 Pyxis Software
  7.  
  8. What it fixes:
  9. --------------
  10. Dpaint 4.6 has a bug in it which causes a "please insert volume dpxyzzy:"
  11. requestor to pop up when you try and change the font directory.  If you're
  12. like me, and have trillions of fonts in different directories, it really
  13. makes life difficult.
  14.  
  15.  
  16. What the bug is:
  17. ----------------
  18. Well, when EA released the 4.6 patch, the line of code was supposed to
  19. read:
  20.  
  21. assign defer dpxyzzy: [other directory]
  22.  
  23.     the one they released says:
  24.  
  25. assign deferdpxyzzy: [other directory]
  26.  
  27. As you can no-doubt see, they forgot a space :-), a rather vital space
  28. actually...
  29.  
  30.  
  31. What the patch does:
  32. --------------------
  33. It simply removes the "defer" from the line above, causing the string sent
  34. which DPaint sends to be the following:
  35.  
  36. assign      dpxyzzy: [other directory]
  37.  
  38. Not a wonderful solution, but it works!
  39.  
  40.  
  41. How to use it:
  42. --------------
  43. Easy, just tell it where the "Dpaint" file is, and away it goes:
  44.  
  45. 1> DPPATCH DF0:DPAINT
  46.  
  47. or
  48.  
  49. 1> DPPATCH DH1:DPAINT4.6/DPAINT
  50.  
  51. Will both patch the program properly.  The patcher checks the filesize of
  52. the program as a sort of error control so the wrong version of the progam
  53. or any other program doesn't get patched.
  54.  
  55. As a little footnote here, if you are fond of Executable file compressors
  56. like Imploder and Powerpacker, you CANNOT patch Dpaint with this program
  57. after it has been compressed, or even after it has been compressed, then
  58. re-extracted.  The reason?  Well, these programs remove symbol hunks, etc.
  59. from the file, and will change the filesize when saved... (see error
  60. checking above). You must patch the original unmodified file for this to
  61. work.  The filesize should be 412512 bytes.
  62.  
  63.  
  64. Misc Other stuff:
  65. -----------------
  66. We take no responsibility for this program, it works for US, but if I were
  67. you, I'd try it on a backup first...
  68.  
  69.  
  70. Pyxis Software is:
  71. ------------------
  72.  
  73. Neall Verheyde                  verheyde@sfu.ca
  74.  - Computer Science
  75.    Simon Fraser University
  76.    British Columbia, Canada
  77.  
  78. David Griffiths                 dgriff@unixg.ubc.ca
  79.  - Television Broadcasting
  80.    British Columbia Institute of Technology
  81.    British Columbia, Canada
  82.  
  83.  
  84. Other Pyxis Utilities:
  85. ----------------------
  86.  
  87.   ClockTweek - Helps correct periodic errors in the system clock.
  88.  
  89.     Purge2.0 - Deletes files in a way that they are "unrecoverable".
  90.  
  91.     MemWatch - Helps find program memory loss.
  92.  
  93.     NetUtils - ParNet/SerNet chat, and remote reboot.
  94.  
  95.     ReqInter - Reqtools.library interface for HiSoft BASIC.
  96.  
  97.     BlockMem - Removes faulty memory from memory list
  98.